dataset.items.get(item_id='item_id') # # Get Item object # # **Prerequisites**: You must be in the role of an *owner* or *developer*. # # :param str filepath: optional - search by remote path # :param str item_id: optional - search by id # :param bool fetch: optional - fetch entity from platform, default taken from cookie # :param bool is_dir: True if you want to get an item from dir type # :return: Item object # :rtype: dtlpy.entities.item.Item # #
{- "id": "string",
- "url": "string",
- "datasetId": "string",
- "dir": "string",
- "filename": "string",
- "name": "string",
- "type": "file",
- "spec": "MasterItemSpec",
- "hidden": true,
- "metadata": {
- "system": {
- "modalities": [
- {
- "ref": "string",
- "refType": "url",
- "type": "overlay",
- "timestamp": "2019-08-24T14:15:22Z",
- "name": "string",
- "mimetype": "string",
- "stream": "string"
}
], - "width": 0,
- "height": 0,
- "originalPath": "string",
- "encoding": "string",
- "size": 0,
- "mimetype": "string",
- "originalname": "string"
}
}, - "createdAt": "2019-08-24T14:15:22Z",
- "dataset": "string",
- "creator": "string",
- "description": "string",
- "signedStream": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "annotationsCount": 0,
- "annotated": true,
- "stream": "string",
- "thumbnail": "string",
- "annotations": "string",
- "srcItem": "string",
- "srcDataset": "string"
}